AnimaL |
Tutorial |
Documentation |
#include <container_traits.h>
Definition at line 57 of file container_traits.h.
Public Types | |
| typedef T * | iterator |
| iterator type | |
| typedef iterator | iter_type |
| iterator type, just for backward compatibility | |
| typedef T | value_type |
| entry value type | |
| typedef value_type & | reference |
| type of a reference to an entry | |
| typedef std::size_t | size_type |
| size type | |
Static Public Member Functions | |
| iterator | begin (T(&array)[sz]) |
| get an iterator on the first element | |
| iterator | end (T(&array)[sz]) |
| get an iterator on the following of the last element | |
| size_type | size (T(&)[sz]) |
| number of elements | |
|
|||||
|
iterator type, just for backward compatibility
Definition at line 60 of file container_traits.h. |
|
|||||
|
iterator type
Definition at line 59 of file container_traits.h. |
|
|||||
|
type of a reference to an entry
Definition at line 62 of file container_traits.h. |
|
|||||
|
size type
Definition at line 63 of file container_traits.h. |
|
|||||
|
entry value type
Definition at line 61 of file container_traits.h. |
|
||||||||||
|
get an iterator on the first element
Definition at line 66 of file container_traits.h. |
|
||||||||||
|
get an iterator on the following of the last element
Definition at line 68 of file container_traits.h. |
|
||||||||||
|
number of elements
Definition at line 70 of file container_traits.h. |
1.3.6